From 1eff39b40c56b56669006da781c42106f77fb0ff Mon Sep 17 00:00:00 2001 From: "cl349@freefall.cl.cam.ac.uk" Date: Tue, 27 Jul 2004 10:04:18 +0000 Subject: [PATCH] bitkeeper revision 1.1108.21.2 (410628a25HG5ouNxW1uvesiC40g-zQ) extract a linux-2.6.x-xen0 tree --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c0a806cb73..cae2e280fd 100644 --- a/Makefile +++ b/Makefile @@ -65,9 +65,10 @@ mk-linux-trees: pristine-linux-src $(RM) -rf $(LINUX_TREES) echo $(LINUX_SRC) | grep -q bz2 && \ tar -jxf $(LINUX_SRC) || tar -zxf $(LINUX_SRC) - mv linux-$(LINUX_VER) linux-$(LINUX_VER)-xenU + mv linux-$(LINUX_VER) linux-$(LINUX_VER)-xen0 ( cd linux-$(LINUX_VER)-xen-sparse ; \ - ./mkbuildtree ../linux-$(LINUX_VER)-xenU ) + ./mkbuildtree ../linux-$(LINUX_VER)-xen0 ) + cp -al linux-$(LINUX_VER)-xen0 linux-$(LINUX_VER)-xenU endif # configure the specified linux tree -- 2.30.2